func html/template.replace

4 uses

	html/template (current package)
		js.go#L230: 		return replace(s, jsStrNormReplacementTable)
		js.go#L232: 	return replace(s, jsStrReplacementTable)
		js.go#L241: 	s = replace(s, jsRegexpReplacementTable)
		js.go#L254: func replace(s string, replacementTable []string) string {